﻿*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family:"fz";
}
html,body{
    display: block;
    overflow-x: hidden;
     font-family:"fz";
}
a, a:hover, a:focus input, select, * {
    outline: none;
    color: #333;
}
a,button{
    cursor: pointer;
    text-decoration: none;
    border: none;
}
img{
    width: 100%;
    height: 100%;
    border:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
ul,ol{
    margin: 0;
    padding: 0;
}
li{
    list-style:none;
}
.subBanner{
    width: 100%;
    height:430px;
}
.subBanner .header{
    width: 1200px;
    margin: 0 calc((100% - 1200px)/2);
    text-align: left;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
    font-size:34px;
    font-family:"fz";
    font-weight:400;
    color:rgba(255,255,255,1);
}
.subBanner .sbn_img{
    width: 1920px;
    height:430px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.subHead{
    display: inline-block;
    width: 100%;
    height:33px;
    padding: 0 calc((100% - 1200px)/2);
    background: #EEEEEE;
}
.subHead .txt{
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height: 33px;
}
.subHead .txt a{
    color:rgba(51,51,51,1);
    padding: 0 4px 0 7px;
}
.subHead .txt a:hover{
    color: #014099;
}
.subArticle{
   
    width: 90%;
    background: #fff;
  /*  position: relative;
    left: 50%;
    transform: translate(-50%,0);*/
    display: inline-block;
    padding-top: 70px;
    margin-bottom: 68px;
      padding: 70px 0% 0px 10%;
}
.partArticle .title{
    font-size: 30px!important;
}
.subArticle .head{
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #DDDDDD;
}
.subArticle .part-head{
    border:none!important;
}
.subArticle .head .title{
    display: inline-block;
    width: auto;
    margin-bottom: 19px;
   font-size: 44px;
    font-family: fz;
    font-weight: 600;
    color: #1C69E4;
    /* line-height: 48px; */
}
.subArticle .head .sub_tip{
    width: 100%;
    display: inline-block;
    margin-bottom: 21px;
}
.subArticle .head .pre_div{
    position: absolute;
    display: inline-block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    /* line-height: 48px; */
    line-height: 26px;
    margin-left: 32px;
    cursor: pointer;
}
.subArticle .head .pre_div:hover span{
    color: #114FAD;
}
.subArticle .head .pre_div .pre_logo{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('../image/preview_ico.png')no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}
.subArticle .head .pre_div:hover .pre_logo{
    background: url('../image/preview_ico_on.png')no-repeat;
    background-size: 100% 100%;
}
.subArticle .head .pre_div span{
    position: absolute;
    margin-top: 1px;
    width: 56px;
}
.subArticle .head .sub_tip p{
    display: inline-block;
    float: left;
       font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #3D3D3D;
    line-height: 30px;
}
.subArticle .head .sub_tip .sub_content{
    width: 100%;
    font-size:18px;
    font-weight:400;
    color: #333333;
    padding: 0 0 49px 0;
}
.subArticle .head .sub_tip .time{
    margin-right: 50px;
}
.subArticle .content{
    padding: 31px 0 89px 0;
    border-bottom: 1px solid #DDDDDD;
}
.content p{
    font-size: 16px!important;
    font-family:"fz";
    line-height: 40px!important;
    color: #333333;
}
.content_culture p{
    font-size: 14px;
   font-family:"fz";
    font-weight: 400;
    color: #666666;
    /* line-height: 24px; */
}
.content span{
    font-size: 18px!important;
   font-family:"fz";
    line-height: 40px!important;
    color: #333333;
}
.content_exhibit p, .content_exhibit span{
    font-size: 14px!important;
    font-family:"fz";
    line-height: 32px!important;
    color: #333333;
}
.content strong{
    font-size: 16px!important;
    font-family:"fz";
    line-height: 1.75!important;
    font-weight: 600!important;
}
.content h2{
    height: 50px;
    border-left: 6px solid #AACE35;
    margin-bottom: 10px;
    /* margin-top: 20px; */
    text-indent: 21px;
    font-size: 18px!important;
    font-family:"fz";
    font-weight: 600!important;
    color: #333333;
    line-height: 48px!important;
}
.subArticle img{
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
    margin-bottom: 20px;
}
/*.subArticle .content p{*/
/*font-size:14px;*/
/*font-weight:400;*/
/*color:rgba(51,51,51,1);*/
/*text-indent: 20px;*/
/*margin-bottom: 20px;*/
/*line-height:24px;*/
/*}*/
/*.subArticle .content span{*/
/*display: inline-block;*/
/*width: 100%;*/
/*text-align: center;*/
/*font-size:14px;*/
/*font-weight:400;*/
/*color:rgba(51,51,51,1);*/
/*text-indent: 20px;*/
/*margin: 30px 0 36px 0;*/
/*}*/
/*.subArticle .content img{*/
/*width: auto;*/
/*height: auto;*/
/*position: relative;*/
/*left: 50%;*/
/*transform: translate(-50%,0);*/
/*}*/
.proArticle{
    padding-top: 44px;
    margin-bottom: 74px!important;
}
.proArticle .content{
    border-bottom: none!important;
    padding: 48px 0 0px 0!important;
}
.tabNav{
    display: inline-block;
    width: 100%;
}
.tabNav .nav{
    width: 420px;
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    padding: 38px 0;
}
.tabNav .nav a{
    max-width: 390px;
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabNav .nav a:hover{
    color: #014099;
    text-decoration: underline;
}
.tabNav .pre_nav{
    float: left;
}
.tabNav .next_nav{
    float: right;
}
.bot-form-div{
    padding-top: 55px;
}
.bot-form-div h2{
    height: 50px;
    line-height: 50px;
    border-left: 6px solid #AACE35;
    margin-bottom: 31px;
    /* font-size: 26px;
    font-family: SimSun;
    font-weight: bold;
    color: rgba(51,51,51,1); */
    text-indent: 21px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.bot-form-div .input_row{
    display: inline-block;
}
.bot-form-div .input_row input{
    display: inline-block;
    height:38px;
    line-height: 38px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(151,151,151,1);
    border-radius:3px;
    text-indent: 35px;
}

.bot-form-div .input_row select {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(151,151,151,1);
    border-radius: 3px;
    text-indent: 35px;
    color: #757575;
    margin-left: 40px;
}

.bot-form-div .company_ipt{
    width: 233px;
    margin-left: 26px;
}
.bot-form-div .contact_ipt{
    width: 200px;
    margin-left: 40px;
}
.bot-form-div .phone_ipt{
    width: 200px;
    margin-left: 40px;
}
.bot-form-div .xing_ico{
    font-size: 14px;
    font-family: "SimSun";
    font-weight: 400;
    font-style: normal;
    color: rgba(255,0,0,1);
    position: absolute;
    float: left;
    line-height: 38px;
}
.bot-form-div .submit_btn{
    display: inline-block;
    float: right;
    width:98px;
    height:38px;
    background:rgba(1,64,153,1);
    border-radius:3px;
    font-size:14px;
    font-family:"SimSun";
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}
.block-div{
    display: inline-block;
    width: 100%;
    padding: 27px 0 26px 0;
    border: 1px solid #DDDDDD;
}
.block-div .logo{
    width: 67px;
    height: 67px;
    background: url('../image/logo1.jpg') no-repeat;
    margin: 0 calc((100% - 67px)/2);
    background-size: 100% 100%;
}
.block-div p{
    width: 100%;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-top: 10px;
}
.block-div span{
    display: inline-block;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #999;
    line-height: 17px;
    font-weight: 300;
}
.block-div .look_btn a{
    display: inline-block;
    width: 120px;
    padding: 8px 0;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    background: #3897f0;
    border-radius: 3px;
    margin: 13px calc((100% - 120px)/2) 25px;
    cursor: pointer;
}
.nav-list{
    display: inline-block;
    width: 100%;
    height: 55px;
    padding: 0 calc((100% - 1200px)/2);
    border-bottom: 1px solid #DDDDDD;
}
.nav-list li a{
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 55px;
}
.nav-list li{
    width: auto;
    display: inline-block;
    height: 55px;
    float: left;
    margin-right: 20px;
}
.nav-list li span{
    width: 43px;
    height: 4px;
    float: left;
    display: inline-block;
    position: relative;
    border-bottom: 4px solid #014099;
    left: 50%;
    top: -4px;
    transform: translate(-50%, 0);
    opacity: 0;
}
.nav-list .curLi a{
    color: #014099;
}
.nav-list .curLi span{
    opacity: 1;
}
.nav-list li:hover a{
    color: #014099;
}
.nav-list li:hover span{
    opacity: 1;
}
.middle-div{
    display: inline-block;
    width: 80%;
    max-width: 1200px;
    padding-top: 71px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (min-width: 600px) and (max-width: 3919px)
{
.left-div{
    display: inline-block;
   width: 100%;
  height: 100%;
    
    padding-right: 59px;
        max-width: 90%;
    padding: 5%;
   
}}
@media (min-width: 100px) and (max-width: 600px)
{
    .left-div{
    display: inline-block;
   width: 100%;
  height: 100%;
    
    padding-right: 59px;
        max-width: 100%;
    padding: 5%;
   
}
}
.right-div{
    display: inline-block;
    width: 380px;
    height: calc(100% - 47px);
    float: left;
   
    padding: 31px 25px 31px 38px;
    position: absolute;
}
.middle-div .left-div .title{
    width: 100%;
    text-align: center;
    font-size:30px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-bottom: 53px;
}
.middle-div .article .p1{
    width: 100%;
    text-align: left;
    font-size:30px;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom: 28px;
}
.middle-div .article .c_1{
    display: inline-block;
    width: 100%;
}
.middle-div .c_1 .func_list{
    width: calc(100% - 410px);
    float: left;
}
.middle-div .c_1 .func_list li{
    display: inline-block;
    width: 100%;
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom: 6px;
}
ul.func_list p {
    line-height: 2;
}
.middle-div .c_1 .func_list li span{
    display: inline-block;
    float: left;
    width: calc((100% + 98px));
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 5px;
    background: url(../image/dot.png) no-repeat;
    background-size: 32px 32px;
    background-position: 92px -6px;
    position: relative;
    left: -98px;
    text-indent: 125px;
}
.middle-div .c_1 .c_logo{
    width: 403px;
    float: right;
    margin-top: 4px;
}
.middle-div .left-div .article{
    padding-bottom: 59px;
    border-bottom: 1px solid #DDDDDD;
}
.middle-div .left-div .mes-info{
    width: 100%;
    display: inline-block;
    margin-bottom: 36px;
}
.left-div .mes-info .row-line{
    width: 100%;
    padding: 53px 0 46px 0;
    display: inline-block;
    border-bottom: 1px solid #DDDDDD;
}
.left-div .mes-info .row-line a{
    display: inline-block;
}
.left-div .mes-info .row-line:hover .r_title{
    color: #014099;
}
.left-div .mes-info .row-line .l_logo{
    width: 186px;
    height: 100%;
    float: left;
    padding: 0 20px;
}
.left-div .mes-info .l_logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.left-div .row-line .r_info{
    width: calc(100% - 186px);
    float: right;
}
.left-div .row-line .r_title{
    width: 100%;
    display: inline-block;
    font-size:18px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-bottom: 17px;
}
.left-div .row-line .r_time{
    display: inline-block;
    float: right;
    font-size:14px;
    font-weight:400;
    color:rgba(119,119,119,1);
}
.left-div .row-line .r_content{
    width: 100%;
    display: inline-block;
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
}
.page-div{
    width: 1200px;
    padding-right: 340px;
    height: 32px;
    margin: 0 calc((100% - 1200px)/2) 187px;
}
.pagelist {
    display: inline-block;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.pagelist li {
    float: left;
    padding: 5px 8px;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
    height: 100%;
    color: #333;
    font-size: 13px;
    line-height: 1.8;
    cursor: pointer;
}
.pagelist li a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}
.pagelist li span,strong {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.pagelist .pageinfo strong:nth-child(1){
    margin: 0 2px 0 -4px;
}
.pagelist .pageinfo strong:nth-child(2){
    margin: 0 0 0 10px;
}
.pagelist select{
    border:none;
}
.right-div .box{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.right-div .box .title{
    width: 100%;
    font-size:18px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-bottom: 40px;
}
.right-div .box .title span{
    float: left;
    width: 59px;
    margin-right: calc(100% - 59px);
    height: 4px;
    background: rgba(170,206,53,1);
    margin-top: 16px;
}
.right-div .box .rowline{
    margin-bottom: 20px;
    line-height:34px;
}
.right-div .box .rowline:hover a{
    color:#014099;
    text-decoration: underline;
}
.right-div .box .rowline:hover .arrow{
    background: url('../image/blue_arrow.png')no-repeat;
    position: relative;
    top: -2px;
    transform: translateX(5px);
}
.right-div .box .rowline a{
    font-size:20px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.right-div .box .rowline .arrow{
    display: inline-block;
    width:14px;
    height:7px;
    background: url('../image/gray_arrow.png')no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -2px;
    transition: all .25s ease-in;
}
.right-div .formDiv{
    width: 100%;
    float: left;
}
.formDiv .company-input{
    width: 100%;
}
.formDiv input{
    max-width: 233px;
    width: 100%;
    height: 38px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(151,151,151,1);
    border-radius: 3px;
    padding-left: 30px;
    padding-right: 3px;
    color: #333;
    margin-bottom: 31px;
}
.formDiv .xing_ico{
    font-size: 14px;
    font-family: "SimSun";
    font-weight: 400;
    font-style: normal;
    color: rgba(255,0,0,1);
    position: absolute;
    float: left;
    line-height: 38px;
    margin: 0 0 0 -202px;
}
.formDiv input::-ms-input-placeholder{
    color: #979797;
}
.formDiv .form-submit{
    width:98px;
    height:38px;
    background:rgba(1,64,153,1);
    border-radius:3px;
    float: right;
    font-size:14px;
    font-family:"SimSun";
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:38px;
    text-align: center;
    cursor: pointer;
}
.right-div .fixForm{
    position: fixed;
    top: 0;
    width: 279px;
    padding: 31px 25px 31px 38px;
    background: #EEEEEE;
    margin: 0 0 0 -255px;
}
.firm-div{
    width: 100%;
    height:355px;
}
.firm-div .swiper-container{
    width: 100%;
    height: 100%;
}
.firm-div .swiper-container .swiper-slide{
    width: 100%;
    height: 100%;
}
/* .firm-div .swiper-slide ul{
    width: 100%;
    height:355px;
    border: 1px solid #EEEEEE;
    border-top: none;
}
.firm-div .swiper-slide ul li{
    width: calc((100% - 5px)/6);
    height: calc((100% - 2px)/3);
    float: left;
    border-right:1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
.firm-div .swiper-slide ul li:nth-child(6n){
    border-right: none;
}
.firm-div .swiper-slide ul li img{
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 70px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
} */
.firm-div .swiper-pagination{
    width: 100%;
    margin-top: 49px!important;
    position: relative!important;
}
.firm-div .swiper-pagination-switch{
    display: inline-block;
    width:14px;
    height:14px;
    background:rgba(210,210,210,1);
    opacity:0.7;
    border-radius:50%;
    margin: 5px;
    cursor: pointer;
}
.firm-div .swiper-active-switch{
    display: inline-block;
    width:14px;
    height:14px;
    background:rgba(119,119,119,1);
    border-radius:50%;
}
.firm-div .pc_img{
    display: block;
}
.firm-div .mob_img{
    display: none;
}
.pro-div{
    width: 100%;
    display: inline-block;
    margin-top:160px;
}
.pro-div .card{
    width:calc((100% - 25px)/2);
    height:205px;
    float: left;
    background:rgba(238,238,238,1);
    border-left: 4px solid #AACE35;
    padding: 45px 72px 37px 55px;
    margin-right: 25px;
    margin-bottom: 26px;
}
.pro-div .card:nth-child(2n){
    margin-right: 0;
}
.pro-div .card .c_title{
    width: 100%;
    margin-bottom: 17px;
    font-size:18px;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.pro-div .card .c_content{
    width: 100%;
    height: 78px;
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pro-div .card .c_time{
    width: auto;
    float: right;
    font-size:14px;
    font-weight:400;
    color:rgba(119,119,119,1);
}
.intro-div{
    width: 100%;
}
.intro-div .intro-head{
    width: 100%;
    /*font-size:30px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-bottom: 37px;
    margin-top: 103px;*/
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    /* line-height: 50px; */
    margin-top: 70px;
    margin-bottom: 35px;
}
.intro-div .intro-head:first-child{
    margin-top: 53px;
}
.intro-div .intro-info{
    width: 100%;
    display: inline-block;
}
.intro-div .intro-mes{
    width:48%;
    height:365px;
    float: left;
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
}
.intro-div .intro-mes p{
    margin-top: 20px;
}
.intro-div .intro-mes p:first-child{
    margin-top: 0;
}
.intro-div .intro-img{
    width: 48%;
    height: 385px;
    float: right;
    margin-top: -22px;
}
.intro-div .strategyCard{
    width: 100%;
    /* height: 571px; */
}
.intro-div .strategyCard img{
    width: 100%;
    height: 100%;
}
.intro-div .mapCard{
    position: relative;
    width: 100%;
    height: 625px;
}
#mapContainer{
    width: 100%;
    height: 100%;
}
#mapContainer .amap-icon img,
#mapContainer .amap-marker-content img{
    max-width: 25px!important;
    width: 25px !important;
    height: 34px !important;
}
#mapContainer .amap-icon {
    overflow: inherit !important
}
#mapContainer .marker {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 320px;
    height: 140px;
    line-height: 18px;
    top: -156px;
    right: -136px;
    color: #fff;
    padding: 20px 20px;
    box-shadow: 1px 1px 1px rgba(10, 10, 10, .2);
    /* white-space: nowrap; */
    /* font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400; */
    background-color: #AACE37;
    border-radius: 3px;
}
#mapContainer .marker div{
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
#mapContainer .amap-marker-label{
    border: 0;
    background-color: transparent;
}
.intro-div .map_menu {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 64px;
    padding: 0 calc((100% - 1200px)/2);
    background: #666666;
    opacity: 0.9;
    z-index: 3;
}
.intro-div .map_menu ul {
    width: 100%;
    height: 64px;
    margin: auto;
}
.intro-div .map_menu li {
    width: 13%;
    height: 64px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    line-height: 64px;
    cursor: pointer;
    float: left;
}
.intro-div .map_menu li:first-child {
    width: 22%;
}
.intro-div .map_menu li:hover,.intro-div .map_menu .li_checked {
    color: #fff;
    background-color: #AACE37;
}
.intro-div .contactCard{
    display: inline-block;
    width: 100%;
    border-bottom:1px solid rgba(221,221,221,1);
    padding-bottom:55px;
    margin-bottom: 55px;
}
.intro-div .contactCard:last-child{
    border-bottom: none;
}
.intro-div .contactCard .map{
    width:534px;
    height:301px;
    float: left;
    margin-right: 93px;
}
.intro-div .contactCard .addr-mes{
    display: inline-block;
    width: calc((100% - 630px));
    float: left;
}
.intro-div .contactCard .addr-mes p{
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom: 20px;
}
.intro-div .contactCard .addr-mes .t1{
    font-size: 24px;
    margin-bottom: 35px;
}
.intro-div .contactCard .addr-mes .c1{
    font-size: 14px;
    margin-bottom: 30px;
}
.serverArticle{
    width: 100%;
    height: 730px;
    display: inline-block;
    padding: 0 calc((100% - 1200px)/2);
    background:url('../image/fuwu02.jpg') no-repeat;
    background-position: center 0;
}
.serverArticle .s_title{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin:50px 0 28px 0;
}
.serverArticle .flow-div{
    width: 100%;
    height: 100%;
}
.serverArticle .flow_trend{
    width: 124px;
    margin-left: 15px;
    float: left;
    height: 535px;
    background: url('../image/fuwu01.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 4px;
}
.serverArticle .le_flow{
    width:238px;
    height: 100%;
    float: left;
}
.serverArticle .le_flow .box{
    width: 100%;
    height: 117px;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: right;
}
.serverArticle .le_flow .box .s_top{
    width: 100%;
    font-size:18px;
    margin-bottom: 10px;
}
.serverArticle .le_flow .box .s_bot{
    width: 100%;
    font-size:14px;
    line-height:20px;
    color:#777;
}
.serverArticle .rg_flow{
    float: left;
    width:238px;
    height: 100%;
    margin-left: 15px;
    padding-top: 59px;
}
.serverArticle .rg_flow .box{
    width: 100%;
    height: 117px;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: left;
}
.serverArticle .rg_flow .box .s_top{
    width: 100%;
    font-size:18px;
    margin-bottom: 10px;
}
.serverArticle .rg_flow .box .s_bot{
    width: 100%;
    font-size:14px;
    line-height:20px;
    color:#777;
}
.systemArticle{
    width: 1200px;
    height: 580px;
    margin: auto;
}
.systemArticle .s_title{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    padding: 45px 0 18px 0;
}
.systemArticle .s_sub{
    width: 100%;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #777777;
    line-height: 30px;
    margin-bottom: 20px;
}
.systemArticle .system-div{
    width: 100%;
}
.systemArticle .system-div .box{
    width:266px;
    float: left;
    margin-right: 34px;
}
.systemArticle .system-div .box:nth-child(4n){
    margin-right: 0;
}
.system-div .box .logo{
    width: 100%;
    height:138px;
}
.system-div .box .bot-title{
    width: 100%;
    text-align: center;
    margin: 19px 0 5px 0;
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.system-div .box .bot-content{
    width: 100%;
    font-size:14px;
    font-weight:400;
    color:rgba(119,119,119,1);
    line-height:24px;
}
.system-div .box .bot-content p{
    width: 100%;
    margin-bottom: 2px;
    color: #777;
}
.system-div .box .bot-content span{
    color: #777;
}
.system-div .box .bot-content span{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.trainArticle{
    max-width: 1200px;
    width: 80%;
    height: 626px;
    margin: auto;
}
.trainArticle .s_title{
    width: 100%;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    padding: 46px 0 19px 0;
}
.trainArticle .s_sub{
    width: 100%;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #777777;
    line-height: 30px;
}
.train-div{
    width: 100%;
}
.train-div .t_title{
    width: 100%;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    padding: 39px 0 27px 0;
}
.train-div .trainCard{
    width: 100%;
}
.train-div .trainCard .card{
    width:calc((100% - 158px)/3);
    height: 319px;
    float: left;
    margin-right: 78px;
}
.train-div .trainCard .card:nth-child(3n){
    margin-right: 0;
}
.train-div .trainCard .card .logo{
    width: 100%;
    height:178px;
    float: left;
}
.trainCard .bot-mes{
    width: 100%;
    height:141px;
    float: left;
    background:rgba(238,238,238,1);
}
.trainCard .title{
    width: 100%;
    float: left;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: 18px 0 15px;
}
.trainCard .title span{
    width:59px;
    height:6px;
    float: left;
    background:rgba(170,206,53,1);
    margin: 10px calc((100% - 59px)/2) 0;
}
.trainCard .content{
    width:270px;
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
    margin: 0 calc((100% - 270px)/2);
}
.gloryArticle{
       width: 90%;
    margin: auto;
    padding: 2%;
}
.gloryArticle .headline{
    width: 100%;
    display: inline-block;
    margin: 45px 0 25px;
}
.gloryArticle .headline:first-child{
    margin: 45px 0 25px;
}
.gloryArticle .headline .txt{
    display: inline-block;
    float: left;
    width: 246px;
    /* font-size:30px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    text-align: center; */
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    /* line-height: 50px; */
}
.gloryArticle .headline span{
    display: inline-block;
    float: left;
    width: calc((100% - 246px)/2);
    height:1px;
    background: #ddd;
    margin-top: 18.5px;
}
.gloryArticle .glory-middle{
    display: inline-block;
    width: 100%;
}
.gloryArticle .glory-middle:last-child{
    margin-bottom: 34px;
}
.gloryArticle .glory-middle .box{
 width: 27%;
    float: left;
    max-width: 440px;
    margin: 3%;
   
}
.gloryArticle .glory-middle .box:nth-child(3n){
    margin-right: 0;
}
.gloryArticle .glory-middle .box .logo{
    width: 100%;
   
    float: left;
}
.glory-middle .box .logo img{
    
    height: 100%;
    box-shadow:0px 15px 20px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.glory-middle .box .logoTXT{
    width: 100%;
    min-height: 59px;
    float: left;
  
    padding-top: 20px;
    /* font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height: 24px; */
    font-size: 14px;
   
    font-weight: 400;
    color: #333333;
   border-bottom: 1px solid #f1f1f1;
   
    margin: auto;
   padding-bottom: 40px;
    margin-bottom: 10px;
}
.cultureArticle{
    position: relative;
    max-width: 1200px;
    width: 80%;
    height: 1070px;
    margin: auto;
    background: url('../image/qiyewenhua.png') no-repeat;
    background-size: 1200px 788px;
    background-position: center 135px;
}
.cultureArticle .culture .head{
    width: 100%;
    /* margin-bottom: 15px; */
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}
.cultureArticle .culture .content{
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.cultureArticle .culture .content_culture{
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.cultureArticle .culture .content p{
    display: inline-block;
    width: 100%;
}
.cultureArticle .culture .content_culture p{
    display: inline-block;
    width: 100%;
}
.cultureArticle .culture1{
    width:65%;
    float: right;
    position: absolute;
    top: 35px;
    right: 0px;
}
.cultureArticle .culture1 .head{
    text-align: right;
}
.cultureArticle .culture1 .content{
    text-align: right;
}
.cultureArticle .culture2{
    width:46%;
    position: relative;
    top: 218px;
}
.cultureArticle .culture2 .content{
    text-align: left;
}
.cultureArticle .culture2 .head{
    text-align: left;
}
.cultureArticle .culture3{
    width:54%;
    float: right;
    position: relative;
    top: 816px;
}
.cultureArticle .culture3 .content{
    text-align: left;
}
.cultureArticle .culture3 .head{
    text-align: left;
}
.activeArticle{
    width: 80%;
    max-width: 1200px;
    padding-top: 72px;
    display: inline-block;
    margin: 0 0 187px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.activeArticle .active{
    width: 100%;
    float: left;
    margin-bottom: 53px;
    padding-bottom: 53px;
    border-bottom:1px solid rgba(221,221,221,1);
}
.activeArticle .active:last-child{
    margin-bottom: 0;
}
.activeArticle .active .logo{
    width:542px;
    height:325px;
    float: left;
    margin-right: 60px;
}
.activeArticle .active .info{
    width: calc(100% - 602px);
    padding-top: 40px;
    float: right;
}
.activeArticle .active .info .active-head{
    width: 100%;
    float: left;
    display: inline-block;
    font-size:30px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-bottom: 32px;
}
.activeArticle .active .active-head span{
    width:59px;
    height:6px;
    background:rgba(170,206,53,1);
    margin-top: 13px;
    float: left;
    margin-right: calc(100% - 59px);
}
.activeArticle .active .active-mes{
    width: 100%;
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:33px;
}
.activeArticle .active .active-mes p{
    width: 100%;
    display: inline-block;
}
.foot-div{
    display: inline-block;
    width: 1200px;
    height: 32px;
    margin: -19px calc((100% - 1200px)/2);
}
.dynDiv{
    width: 100%;
    display: inline-block;
}
.dynCard{
    width: 100%;
    height: 130px;
    float: left;
    border-bottom:1px solid rgba(221,221,221,1);
    padding-bottom: 33px;
    cursor: pointer;
    margin-bottom: 41px;
}
.dynCard .logo{
    width:157px;
    height:96px;
    float: left;
    margin-right: 29px;
}
.dynCard .dyn-mes{
    width: calc(100% - 186px);
    float: right;
}
.dynCard .dyn-mes .d_head{
    width: 100%;
    display: inline-block;
    font-size:18px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-bottom: 7px;
    margin-top: 12px;
}
.dynCard .dyn-mes .d_head span{
    display: inline-block;
    float: right;
    font-size:14px;
    font-weight:400;
    color:rgba(119,119,119,1);
    line-height:24px;
}
.dynCard .dyn-mes .d_content{
    width: 100%;
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
}
.dynCard:hover .d_head{
    color: #014099;
    text-decoration: underline;
}
.dynArticle{
    margin-bottom: 187px;
}
.cultureArticle .culture .cul_img{
    display: none;
}

.mod_pagelist{
    display: none;
}
.subBanner .mob_img{
    display: none;
}
.active_title{
    display: none;
}
.active-mid{
    padding-bottom: 0;
}
.nav_menu {
    width: 100%;
    height: 50px;
    padding: 0 calc((100% - 1200px)/2);
    background: inherit;
    margin-top: 30px;
}
.nav_menu ul {
    width: 100%;
    height: 50px;
    margin: auto;
    border-bottom: 1px solid #DDD;
}
.nav_menu li {
    width: 20%;
    height: 45px;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    cursor: pointer;
    float: left;
}
.nav_menu li span{
    display: block;
}
.nav_menu .li_hover{
    color: #014099;
    font-weight: bold;
    /* padding: 0 30px 10px 30px; */
    /* border-bottom: 2px solid #014099; */
}
.nav_menu .li_hover::after{
    content: '';
    width: 70px;
    display: block;
    margin: -2px auto;
    border-bottom: 2px solid #014099;
}
.nav_menu li:hover a{
    color: #014099;
    font-weight: bold;
    /* padding: 0 30px 10px 30px;
    border-bottom: 2px solid #014099; */
}
.nav_menu li:hover a::after{
    content: '';
    width: 70px;
    display: block;
    margin: -2px auto;
    border-bottom: 2px solid #014099;
}
.product_apply_mask{
    width: 100%;
    height:430px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat; 
}
.product_apply_margin{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.product_bannar_apply{
    width: 7.5em;
    height: 2.08em;
    line-height: 2.08em;
    background: #4487E7;
    border-radius: 0.25em;
    font-size: 24px;
    position: relative;
    margin-top: 330px;
    display: inline-block;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 1601px){
    .product_bannar_apply{
        font-size: 20px;
    }
}
@media screen and (max-width: 1367px){
    .product_bannar_apply{
        font-size: 17px;
    }
    .intro-div .map_menu li{
        font-size: 13px;
    }
    #mapContainer .marker div{
        font-size: 14px;
    }
    .nav_menu{
        padding: 0 10%;
    }
    .subHead{
        padding: 0 10%;
    }
    .nav-list{
        padding: 0 10%;
    }
    .nav-list li{
        margin-right: 16px;
    }
    .serverArticle{
        padding: 0 10%;
    }
    .bot-form-div .submit_btn{
        margin: 20px 32px 0 0;
    }
    .intro-div .intro-mes{
        height: 395px;
    }
}
@media screen and (max-width: 1281px){
    .product_bannar_apply{
        font-size: 16px;
    }
}
@media screen and (max-width:450px){
    header .nav-menu-list{
        display: none;
        position: absolute;
        top: 50px;
        background-color:rgba(0, 0, 0, 0.7);
        max-height: calc(100vh - 50px);
        overflow: auto;
    }
    header .show_phone{
        display: none;
    }
    .firm-div{
        height: auto;
    }
    .subArticle .head .sub_tip{
        margin-bottom: 15px;
    }
    .gloryArticle .headline:first-child{
        margin: 45px 0 25px 0;
    }
    .partArticle .title{
        font-size:28px;
    }
    .firm-div .pc_img{
        display: none;
    }
    .firm-div .mob_img{
        display: block;
    }
    .s_title{
        font-size: 28px!important;
    }
    .subArticle .content{
        padding: 31px 0 64px 0;
    }
    .pro-div{
        margin-top: 42px;
    }
    .subArticle .head .sub_tip .sub_content{
        padding: 0px 0 10px 0;
        font-size: 16px;
        line-height: 1.4;
    }
    .subBanner .sbn_img{
        width: 100%;
        float: left;
        height: 181px;
    }
    .subBanner .mob_img{
        display: block;
        width: 100%;
        height: 181px;
        position: absolute;
    }
    .subBanner{
        height: 181px;
    }
    .product_bannar_apply{
        display: none;
    }
    .subBanner .header{
        width: 100%;
        margin: 0;
        font-size:21px;
        font-weight:400;
        color:rgba(255,255,255,1);
        line-height:31px;
        padding-left: 23px;
    }
    .subHead{
        height: 28px;
        padding: 0 0 0 26px;
    }
    .subHead .txt{
        line-height: 28px;
    }
    .cultureArticle{
        width: 100%;
        background: none;
    }
    .cultureArticle .culture{
        float: left;
        width: 100%;
        padding: 0 23px;
    }
    .cultureArticle .culture:last-child{
        margin-bottom: 76px;
    }
    .cultureArticle .culture1{
        width: 100%;
        top: 0;
    }
    .cultureArticle .culture2{
        width: 100%;
        top: 0;
    }
    .cultureArticle .culture3{
        width: 100%;
        top: 0;
    }
    .cultureArticle .culture .cul_img{
        display: block;
        width: 100%;
        height: auto;
    }
    .cultureArticle .culture .head{
        margin-bottom: 15px;
        text-align: left;
        margin-top: 50px;
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #333333;
        line-height: 50px;
    }
    .cultureArticle .culture .content{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        text-align: left;
        margin-bottom: 38px;
    }
    .cultureArticle .culture .content_culture{
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #666666;
        line-height: 30px;
        text-align: left;
        margin-bottom: 38px;
    }
    .activeArticle{
        width: 100%;
        margin: 0;
        padding-top: 0;
    }
    .activeArticle .active .info{
        width: 100%;
    }
    .active_title{
        display: block;
    }
    .activeArticle .active{
        padding: 53px 23px 53px;
        margin-bottom: 0;
    }
    .activeArticle .active:nth-child(1){
        padding-top: 0;
    }
    .activeArticle .active:nth-child(2n){
        background: #eee;
    }
    .activeArticle .active .logo{
        width: 100%;
        height: 160px;
    }
    .activeArticle .active .info .active-head{
        font-size:21px;
        font-weight:bold;
        color:rgba(51,51,51,1);
        line-height:31px;
    }
    .activeArticle .active .active-mes p{
        font-size:17px;
        font-weight:400;
        color:rgba(51,51,51,1);
        line-height:28px;
    }
    .foot-div{
        width: 100%;
        margin: 0;
        display: inline;
    }
    .pagelist{
        display: none;
    }
    .mod_pagelist{
        width: auto;
        display: block;
        float: left;
        margin: 64px 0;
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
    }
    .mod_pagelist p{
        float: left;
        font-size:14px;
        font-weight:400;
        color:rgba(51,51,51,1);
        line-height: 28px;
        word-spacing: 2px;
    }
    .mod_pagelist p a{
        font-size:14px;
        font-weight:400;
        color:rgba(51,51,51,1);
        line-height: 28px;
        word-spacing: 2px;
    }
    .mod_pagelist .cur_page input{
        display: inline-block;
        float: left;
        width:56px;
        height:27px;
        border:1px solid rgba(212,212,212,1);
        margin: 0 11px;
        text-align: center;
        font-size:12px;
        font-weight:400;
        color:rgba(51,51,51,1);
    }
    .mod_pagelist .total-page{
        margin: 0 11px 0 0;
    }
    .right-div{
        display: none;
    }
    .nav-list li span{
        display: none;
    }
    .nav-list{
        border:none;
        height: auto;
        width: auto;
    }
    .nav-list li a{
        font-size:14px;
        font-weight:400;
        line-height: normal;
        border-right: 1px solid #D4D4D4;
        padding: 0 11px;
    }
    .nav-list li:nth-child(4n) a{
        border-right: none;
    }
    .nav-list .curLi a{
        color: #333;
    }
    .nav-list li{
        height: auto;
        margin: 32px 0 0 0;
    }
    .nav-list ul{
        width: initial;
        height: auto;
        display: flex;
        flex-direction: initial;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 39px;
    }
    .middle-div{
        width: 100%;
        margin: 0;
        padding: 0 26px;
    }
    .left-div{
        width: 100%;
        padding: 0;
    }
    .middle-div .left-div .title{
        text-align: left;
        font-size: 28px;
    }
    .middle-div .article .p1{
        font-size: 21px;
    }
    .middle-div .c_1 .c_logo{
        width:236px;
        height:155px;
        float: left;
        margin: 0 calc((100% - 236px)/2) 36px;
    }
    .middle-div .c_1 .func_list{
        width: 100%;
        float: right;
    }
    .middle-div .left-div .title{
        margin-bottom: 47px;
    }
    .left-div .mes-info .row-line .l_logo{
        width: 236px;
        margin: 0 calc((100% - 236px)/2) 45px;
    }
    .left-div .row-line .r_info{
        width: 100%;
    }
    .left-div .row-line .r_title{
        font-size:19px;
        margin-bottom: 10px;
    }
    .left-div .row-line .r_time{
        float: left;
        font-size:14px;
        margin-top: 34px;
    }
    .left-div .row-line .r_content{
        font-size: 17px;
    }
    .left-div .mes-info .row-line{
        padding: 46px 0 53px 0;
    }
    .page-div{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .dynArticle .left-div .title{
        margin-top: 64px;
    }
    .dynCard .logo{
        width: 100%;
        height:auto;
        margin-bottom: 30px;
    }
    .dynCard{
        height: auto;
        margin-bottom: 64px;
        padding-bottom:64px;
    }
    .dynCard .dyn-mes{
        width: 100%;
    }
    .dynCard .dyn-mes .d_head{
        font-size: 21px;
        margin-bottom: 22px;
        margin-top: 0;
    }
    .dynCard .dyn-mes .d_head span{
        display: none;
    }
    .dynCard:hover .d_head{
        color: #333;
        text-decoration: none;
    }
    .dynCard .dyn-mes .d_content{
        font-size: 17px;
    }
    .dynCard:last-child{
        margin-bottom: 0;
    }
    .middle-div .left-div .mes-info:last-child{
        margin-bottom: 0;
    }
    .firm-div .swiper-pagination{
        margin-top: 19px!important;
    }
    .subArticle{
        width: 100%;
        margin: 0;
        padding: 0 26px;
    }
    .subArticle .head .title{
        margin-top: 49px;
        font-size: 20px!important;
        margin-bottom: 19px;
    }
    .subArticle .head .sub_tip .time{
        margin: 0;
        float: left;
    }
    .subArticle .head .sub_tip p{
        float: right;
    }
    .content img {
        width: auto!important;
        height: auto!important;
    }
    .subArticle .content img{
        max-width: 100%!important;
        width: 100%!important;
        height: auto!important;
    }
    .subArticle .content span{
        text-indent: 0;
    }
    .block-div{
        display: none;
    }
    .tabNav .nav{
        width: 100%;
    }
    .tabNav .nav{
        padding: 0;
    }
    .tabNav{
        padding: 39px 0;
    }
    .tabNav .pre_nav{
        margin-bottom: 10px;
    }
    .tabNav .nav a:hover{
        color: #333;
        text-decoration: none;
    }
    .gloryArticle{
        width: 100%;
        padding: 0 26px;
    }
    .gloryArticle .headline .txt{
        font-size: 20px;
        width: 120px;
        margin: 0 10px;
    }
    .gloryArticle .headline span{
        width: calc((100% - 140px)/2);
    }
    .gloryArticle .headline:first-child{
        margin: 45px 0 25px;
    }
    .gloryArticle .headline{
        margin: 12px 0 25px;
    }
    .gloryArticle .glory-middle .box{
        width: 100%;
        height: auto;
       
        margin: 0px;
    }
    .gloryArticle .glory-middle .box:nth-child(2n){
        margin-right: 0;
    }
    .gloryArticle .glory-middle .box .logo{
       
    }
    .gloryArticle .glory-middle:last-child:last-child{
        margin-bottom: 34px;
    }
    .glory-middle .box .logo img{
        box-shadow:0px 5px 7px 0px rgba(0, 0, 0, 0.2);
    }
    .glory-middle .box .logoTXT{
        font-size: 13px;
        padding-top: 20px;
    }
    .intro-div .intro-mes{
        width: 100%;
        float: right;
        height: auto;
    }
    .intro-div .intro-img{
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 39px;
    }
    .intro-div .intro-head{
        margin-top: 64px;
        font-size: 28px;
    }
    .intro-div .contactCard{
        border-bottom: none;
        margin-bottom: 0;
    }
    .intro-div .contactCard .map{
        width: 100%;
        height: auto;
        margin: 0;
    }
    .intro-div .contactCard .addr-mes{
        width: 100%;
        margin: 40px 0 0 0;
    }
    .firm-div .swiper-slide ul li img{
        max-width: 80px;
        max-height: 40px;
    }
    .firm-div .swiper-slide ul li{
        width: calc((100% - 5px)/3);
        height: calc((100% - 2px)/6);
    }
    .firm-div .swiper-slide ul li:nth-child(3n){
        border-right: none;
    }
    .pro-div .card{
        width: 100%;
        min-height: 175px;
        padding: 20px 30px 20px 30px;
        margin-right: 0;
    }
    .pro-div .card .c_title{
        font-size: 16px;
    }
    .pro-div .card .c_content{
        height: 76px;
    }
    .serverArticle{
        width: 100%;
        height: 645px;
        display: inline-block;
        margin: auto;
        background:url('../image/fuwu_m.jpg') no-repeat;
        background-size:auto 100%;
        background-position: center 0;
        padding: 0 26px;
    }
    .serverArticle .s_title{
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #333333;
        margin:50px 0 28px 0;
    }
    .serverArticle .server-inner{
        width: 1200px;
        margin: auto;
    }
    .serverArticle .flow-div{
        width: 100%;
        height: 100%;
    }
    .serverArticle .flow_trend{
        width: 66px;
        margin-left: 8px;
        float: left;
        height: 265px;
        background: url('../image/fuwu01.png') no-repeat;
        background-size: 100% 100%;
        margin-top: 4px;
    }
    .serverArticle .le_flow{
        width:calc((100% - 80px)/2);
        height: 100%;
        float: left;
    }
    .serverArticle .le_flow .box{
        width: 100%;
        height: 58px;
        font-weight:400;
        color:rgba(51,51,51,1);
        text-align: right;
    }
    .serverArticle .le_flow .box .s_top{
        width: 100%;
        font-size:13px;
        margin-bottom: 4px;
    }
    .serverArticle .le_flow .box .s_bot{
        width: 148%;
        font-size:12px;
        color:#777;
        line-height:15px;
        transform: scale(0.7);
        margin-left: -29px;
        margin-top: -6px;
    }
    .serverArticle .rg_flow{
        float: left;
        width: calc((100% - 84px)/2);
        height: 100%;
        margin-left: 8px;
        padding-top: 30px;
    }
    .serverArticle .rg_flow .box{
        width: 100%;
        height: 58px;
        font-weight:400;
        color:rgba(51,51,51,1);
        text-align: left;
    }
    .serverArticle .rg_flow .box .s_top{
        width: 100%;
        font-size:13px;
        margin-bottom: 4px;
    }
    .serverArticle .rg_flow .box .s_bot{
        width: 148%;
        font-size:12px;
        color:#777;
        line-height: 15px;
        transform: scale(0.7);
        margin-left: -23px;
        margin-top: -6px;
    }
    .systemArticle{
        width: 100%;
        padding: 0 26px;
    }
    .systemArticle .s_title{
        padding: 45px 0 18px 0;
    }
    .systemArticle .s_sub{
        margin-bottom: 20px;
    }
    .systemArticle .system-div .box{
        width: 100%;
        margin-right: 0;
        margin-bottom: 38px;
    }
    .system-div .box .logo{
        height: 167px;
    }
    .trainArticle{
        width: 100%;
        padding: 0 26px;
    }
    .train-div .trainCard .card{
        width: 100%;
        margin-bottom: 40px;
    }
    .trainArticle .s_title{
        padding: 40px 0 19px 0;
    }
    .train-div .t_title{
        font-size: 20px;
        padding: 39px 0 27px 0;
    }
    .intro-div .contactCard .addr-mes .t1{
        margin-bottom: 23px;
    }
    .intro-div .contactCard .addr-mes .c1{
        margin-bottom: 10px;
    }
    .serverArticle .server-inner{
        width: 100%;
    }
    .trainCard .content{
        font-size: 14px;
        padding: 0 15px;
    }
    .serverArticle .s_title{
        font-size: 20px;
        margin: 50px 0 28px 0;
    }
    .middle-div .left-div .article{
        padding-bottom: 41px;
    }
    .bot-form-div .input_row{
        width: 100%;
    }
    .bot-form-div .input_row input{
        width: 100%;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .bot-form-div .input_row select {
        width: 100%;
        margin-left: 0px;
    }

    .bot-form-div .xing_ico{
        margin: 0!important;
        left: 43px;
    }
    .bot-form-div .company_ipt {
        width: 100%!important;
    }
}
@media screen and (max-width:320px){
    .activeArticle .active{
        padding: 53px 26px 53px;
    }
    .cultureArticle .culture .cul_img{
        width: 100%;
    }
    .subArticle .head .sub_tip p{
        width: 100%;
    }
    .subArticle .head .sub_tip p:nth-child(1){
        margin-bottom: 5px;
    }
    .tabNav .nav a{
        display: inline-block;
        max-width: 220px;
        position: relative;
        top: 3px;
    }
    .gloryArticle .glory-middle .box{
        width: 128px;
        margin-right: 10px;
    }
    .gloryArticle .glory-middle .box .logo{
        height: 95px;
    }
}
